OTUnregisterAsClient
Removes your application as a client of Open Transport.C INTERFACE
OSStatus OTUnregisterAsClient(void)C++ INTERFACES
None. C++ applications use the C interface to this function.SPECIAL CONSIDERATIONS
If you do not call theOTUnregisterAsClient
function, theCloseOpenTransport
function calls it for you automatically when it executes.SEE ALSO
For more information about registering as a client, see the section "Registering as an Open Transport Client," beginning on page 6-13.To register yourself as an Open Transport client, use the
OTRegisterAsClient
function (page 6-44).